projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b4a8a9
)
The stopgap in changeset 7152:a73ab0ddf990 was broken -- revert the change to
author
emellor@ewan
<emellor@ewan>
Sun, 2 Oct 2005 22:56:13 +0000
(23:56 +0100)
committer
emellor@ewan
<emellor@ewan>
Sun, 2 Oct 2005 22:56:13 +0000
(23:56 +0100)
domain_lookup_by_name, as it causes an infinite loop on startup. Leave the
domain_lookup change.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendDomain.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendDomain.py
b/tools/python/xen/xend/XendDomain.py
index 1d5ebce23198b11727516452abc729a6813ecfca..f21d08edbbcfb277a213975fe32759e77edfc173 100644
(file)
--- a/
tools/python/xen/xend/XendDomain.py
+++ b/
tools/python/xen/xend/XendDomain.py
@@
-275,7
+275,6
@@
class XendDomain:
return self.domains.get(id)
def domain_lookup_by_name(self, name):
- self.refresh()
dominfo = self.domains.get_by_name(name)
if not dominfo:
try: